バージョン

IKeyedList<TItem,TKey> インターフェース

キーやインデックスでアクセスできるオブジェクトのコレクションを表します。
シンタックス
'宣言
 
Public Interface IKeyedList
    (Of TItem,TKey) 
public interface IKeyedList<TItem,TKey> 
型パラメータ
TItem
リスト内の要素のタイプ
TKey
リスト内の要素のキー
参照